
LINDA_PATH=/usr/sca/linda7.1/intel-linux2.4-ws3/
export LINDA_PATH

# Some systems expand quoted null arg lists into the null string

if [ $# -eq 0 ]
then
	${LINDA_PATH}bin/true_lc -clc 
else
	${LINDA_PATH}bin/true_lc -clc  "$@"
fi
